<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>404页面</title>
<style>
*{padding:0;margin:0;border:none; text-decoration:none;list-style:none;font-family:"微软雅黑";font-size:12px;}
._box404{margin:100px auto 0;width:365px;height:180px;text-align:center;background:url(http://t0.up71.com/images/404_03.png) no-repeat left center;padding-left:400px;}
._box404 .title{font-size:24px;padding-top:30px;}
._box404 .connent{font-size:14px;margin:20px 0;color:#666666;}
._box404 .input{ width:350px; text-align:center;}
._box404 .input a{width:80px;height:30px;background-color:#fe760a;color:white;text-align:center; display:block; line-height:30px;margin: 0 auto;}
</style>
</head>

<body>
<dl class="_box404">
	<dt class="title">哎呀！亲，你访问的页面出错了！</dt>
    <dd class="connent">你输入的网址有误或者链接已经过期。</dd>
    <dd class="input"><a href="/">返回首页</a></dd>
</dl>
</body>
</html>
